Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

03b-advanced-data-binding #10

Open
wants to merge 1 commit into
base: 03a-data-binding
Choose a base branch
from

Conversation

Serchinastico
Copy link
Contributor

This PR is not meant to be merged

This is how to use advanced features of the Data Binding component:

  • Create a custom binding adapter to configure an ImageView image by its url. Now we can use app:imageUrl="@{ superHero.photo }"
  • Transform the SuperHeroViewHolder class that renders a single cell in the MainActivity to use data binding as well.

@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 152f666 to b4a01d7 Compare January 30, 2019 17:55
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch 3 times, most recently from a4308ad to 46b7c13 Compare January 31, 2019 10:05
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 46b7c13 to eb01c48 Compare January 31, 2019 14:23
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from eb01c48 to 7caf147 Compare February 4, 2019 16:36
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 7caf147 to f2cd3e3 Compare February 6, 2019 10:10
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from f2cd3e3 to b508ca6 Compare March 15, 2019 11:31
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from b508ca6 to f21ea81 Compare March 15, 2019 16:38
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from f21ea81 to 3f37772 Compare March 15, 2019 16:54
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 3f37772 to 6e0488d Compare March 15, 2019 16:59
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 6e0488d to ec55082 Compare March 15, 2019 17:27
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from ec55082 to a20a140 Compare March 15, 2019 17:29
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from a20a140 to 52e37d2 Compare March 15, 2019 17:31
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 52e37d2 to 5ce5d5b Compare March 15, 2019 17:44
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 5ce5d5b to 1f02122 Compare March 15, 2019 18:39
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 1f02122 to c4f1224 Compare May 21, 2019 10:28
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from c4f1224 to 667bf7d Compare May 21, 2019 15:47
adapter. Add 2-way data binding to superHero edition.
@Serchinastico Serchinastico force-pushed the 03b-advanced-data-binding branch from 667bf7d to cd94eca Compare May 22, 2019 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant